home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 7 / Apprentice-Release7.iso / Source Code / C / Applications / Moscow ML 1.42 / src / compiler / Match.sig < prev    next >
Encoding:
Text File  |  1997-08-18  |  158 b   |  10 lines  |  [TEXT/R*ch]

  1. local
  2.   open Lambda Location Asynt Tr_env;
  3. in
  4.  
  5. val translateMatch :
  6.   TranslEnv -> (unit -> Lambda) ->
  7.   Location -> (Pat list * Lambda) list -> Lambda
  8.  
  9. end;
  10.